03. Shopping List Take 1
Shopping List Take 1
INSTRUCTOR NOTE:
The '+=' operator that Steve uses is just a cleaner way of doing the operation: 'output_hidden = output_hidden + (hidden_html % item)'.
Shopping List Take 1
The '+=' operator that Steve uses is just a cleaner way of doing the operation: 'output_hidden = output_hidden + (hidden_html % item)'.